home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / spitfire / sfmgr12.zip / FIXYN.DOC next >
Text File  |  1991-10-10  |  2KB  |  28 lines

  1.                           ┌───────────┐
  2.                           │ FIXYN.EXE │
  3.                           └───────────┘
  4.               A utility for Spitfire and SFMGR.EXE.
  5.                  
  6. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  7.  
  8. When changing from one version of Spitfire to another, sometimes
  9. the data files change.  This is not always obvious as there is
  10. extra space built into the data files for expansion.  A BYTE in a
  11. Turbo Pascal file can hold any value from 0 to 255.  When one of
  12. these unused bytes is put into use, it can be initialized to any
  13. value in that range.  If the new feature is a BOOLEAN variable, it
  14. needs to be either a 0 or a 1.  When a BOOLEAN value is initialized
  15. out side of this range it can cause SFMGR.EXE to display some
  16. garbage on the screen instead of the typical Yes/No, On/Off type
  17. message.
  18.  
  19. FIXYN.EXE will go out and check all of the Spitfire data files and
  20. ensure that all the BOOLEAN values are set to either 0 or 1.  All 
  21. that you need to do is place FIXYN.EXE in your Spitfire Node 
  22. directory and run it once.  This will fix all the BOOLEAN values in 
  23. all the Node specific files and those in the System and User files. 
  24. If you are running multi-node, run FIXYN with the /N parameter once 
  25. in each of the other Node directories.  This will update just the 
  26. Node specific files and skip the System and User files.   Once all 
  27. the BOOLEAN values have been set you should have no more problems 
  28. with displays and you can delete FIXYN.EXE.